home *** CD-ROM | disk | FTP | other *** search
- > On blizz1230/50 with fpu, AMOS has often crashes. I used several days to
- > try and find the bug, so that I could avoid it..
- >
- > Problem is:
- > -A fast moving loop with an 'inkey$' inside, something like:
- > Do
- > w$=Inkey$
- > if.....
- > else if...
- > else if...
- > endif
- > Loop
- > (As long as the user don't push a key the loop keeps running around)
- > After some time the loop begins to be unstable (strange chars might be
- > written, some lines appears on WB) and the Amiga Crashes.. This takes
- > around 3 seconds to happen..
- >
- > The solution is to put a 'Multi Wait' into the loop, this also has the
- > advantage of giving some CPU-power to other programs while yours is
- > awaiting the user to do something. I expect a similar fix would be to
- > put 'wait vbl' inside the loop, but I've never tried..
-
- ahhhh.
- Well actually, I'm using a blizz1230/50 with fpu with no problems but
- as I've said before alot of people have troubles running some of my
- programs. That sounds like it may help. I'll give it a go.
-
- -Murray
-
- __________________________________________________________________________
- > /_ __/ __ / __ /\ ___\ __ \__ _\ aka. JENS VANG PETERSEN
- > / / / /_/ / ____/ \ \___\ __ \ \ \ top_cat@post8.tele.dk
- > /_/ /_____/_/ \_____\_\ \_\ \_\
- > --------------------------------------------------------------------------
- > http://home8.inet.tele.dk/top_cat/
- > -*- Home of 'The Ultimate Extension list' for AMOS TC & AMOS PRO -*-
- > -*- SUPPORT - AMOS - AMIGA - AQUA -*-
- > --------------------------------------------------------------------------
- > fortune: No such file or directory
- > --------------------------------------------------------------------------
- >
-
- --
-
- Alastair \\|// malcolm.murray@virgin.net
- Murray (o o) http://freespace.virgin.net/malcolm.murray
- |~~~~~~oOOo~(_)~oOOo~~~~|~~~~~~~~~~~~~~~~~~|~~~~~~~~~~~~~~~~~~~~~~~~|
- | ---===ON AMINET===--- |dev/misc/Backbone | --==IN PRODUCTION==-- |
- | game/shoot/Hanger18 |game/shoot/Traitor| The Turtleminator |
- |game/jump/BananaIslands| game/role/CHAOS | Hangar 18 II |
- | game/shoot/Extinct | game/jump/Blobby | Backbone - Game Creator|
- | dev/amos/KeyState | dev/amos/PicPack | Star Trek - BORG game |
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-
-